home *** CD-ROM | disk | FTP | other *** search
- <WIZSET aSrc = " " & DefaultCase('SRC') & "=""" & Src & """">
- <WIZSET aControls = " " & DefaultCase('CONTROLS') & "=""" & Controls & """">
-
- <WIZSET Console = Trim( Console )>
- <WIZIF Console neq ''>
- <WIZSET aConsole = " " & DefaultCase('CONSOLE') & "=""" & Console & """">
- <WIZELSE>
- <WIZSET aConsole = "">
- </WIZIF>
-
- <WIZSET Width = Trim( Width )>
- <WIZIF Width neq ''>
- <WIZSET aWidth = " " & DefaultCase('WIDTH') & "=""" & Width & """">
- <WIZELSE>
- <WIZSET aWidth = "">
- </WIZIF>
-
- <WIZSET Height = Trim( Height )>
- <WIZIF Height neq ''>
- <WIZSET aHeight = " " & DefaultCase('HEIGHT') & "=""" & Height & """">
- <WIZELSE>
- <WIZSET aHeight = "">
- </WIZIF>
-
- <WIZIF Autostart eq 1>
- <WIZSET aAutostart = " " & DefaultCase('AUTOSTART="TRUE"')>
- <WIZELSE>
- <WIZSET aAutostart = " " & DefaultCase('AUTOSTART="FALSE"')>
- </WIZIF>
-
- <$${DefaultCase('EMBED')}$${aSrc}$${aControls}$${aAutostart}$${aConsole}$${aWidth}$${aHeight}>